|
Public Member Functions |
| | CXListCtrl () |
| virtual | ~CXListCtrl () |
| int | CountCheckedItems (int nSubItem) |
| BOOL | DeleteAllItems () |
| BOOL | DeleteItem (int nItem) |
| void | DeleteProgress (int nItem, int nSubItem) |
| BOOL | GetBold (int nItem, int nSubItem) |
| int | GetCheckbox (int nItem, int nSubItem) |
| int | GetColumns () |
| CString | GetComboText (int iItem, int iSubItem) |
| int | GetCurSel () |
| BOOL | GetEnabled (int nItem) |
| DWORD | GetExtendedStyleX () |
| int | GetHeaderCheckedState (int nSubItem) |
| DWORD | GetItemData (int nItem) |
| BOOL | GetSubItemRect (int iItem, int iSubItem, int nArea, CRect &rect) |
| int | InsertItem (int nItem, LPCTSTR lpszItem) |
| int | InsertItem (int nItem, LPCTSTR lpszItem, COLORREF crText, COLORREF crBackground) |
| int | InsertItem (const LVITEM *pItem) |
| BOOL | SetBold (int nItem, int nSubItem, BOOL bBold) |
| BOOL | SetComboBox (int nItem, int nSubItem, BOOL bEnableCombo, CStringArray *psa, int nComboListHeight, int nInitialComboSel) |
| BOOL | SetCheckbox (int nItem, int nSubItem, int nCheckedState) |
| BOOL | SetCurSel (int nItem) |
| BOOL | SetEnabled (int nItem, BOOL bEnable) |
| DWORD | SetExtendedStyleX (DWORD dwNewStyle) |
| BOOL | SetHeaderCheckedState (int nSubItem, int nCheckedState) |
| int | SetItem (const LVITEM *pItem) |
| BOOL | SetItemData (int nItem, DWORD dwData) |
| BOOL | SetItemImage (int nItem, int nSubItem, int nImage) |
| BOOL | SetItemText (int nItem, int nSubItem, LPCTSTR lpszText) |
| BOOL | SetItemText (int nItem, int nSubItem, LPCTSTR lpszText, COLORREF crText, COLORREF crBackground) |
| BOOL | SetProgress (int nItem, int nSubItem, BOOL bShowProgressText=TRUE, LPCTSTR lpszProgressText=NULL) |
| void | UpdateProgress (int nItem, int nSubItem, int nPercent) |
| void | UpdateSubItem (int nItem, int nSubItem) |
| void | DeleteAllToolTips () |
| BOOL | SetItemToolTipText (int nItem, int nSubItem, LPCTSTR lpszToolTipText) |
| CString | GetItemToolTipText (int nItem, int nSubItem) |
| virtual int | OnToolHitTest (CPoint point, TOOLINFO *pTI) const |
| virtual void | PreSubclassWindow () |
Public Attributes |
| CXHeaderCtrl | m_HeaderCtrl |
| CImageList | m_cImageList |
Protected Member Functions |
| void | DrawCheckbox (int nItem, int nSubItem, CDC *pDC, COLORREF crText, COLORREF crBkgnd, CRect &rect, XLISTCTRLDATA *pCLD) |
| void | DrawComboBox (int nItem, int nSubItem, CDC *pDC, COLORREF crText, COLORREF crBkgnd, CRect &rect, XLISTCTRLDATA *pCLD) |
| void | UnpressComboButton () |
| int | DrawImage (int nItem, int nSubItem, CDC *pDC, COLORREF crText, COLORREF crBkgnd, CRect rect, XLISTCTRLDATA *pXLCD) |
| void | DrawProgress (int nItem, int nSubItem, CDC *pDC, COLORREF crText, COLORREF crBkgnd, CRect &rect, XLISTCTRLDATA *pCLD) |
| void | DrawText (int nItem, int nSubItem, CDC *pDC, COLORREF crText, COLORREF crBkgnd, CRect &rect, XLISTCTRLDATA *pCLD) |
| void | GetDrawColors (int nItem, int nSubItem, COLORREF &colorText, COLORREF &colorBkgnd) |
| void | SubclassHeaderControl () |
| afx_msg BOOL | OnClick (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg BOOL | OnColumnClick (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnCustomDraw (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnDestroy () |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnPaint () |
| afx_msg void | OnSysColorChange () |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg LRESULT | OnComboEscape (WPARAM, LPARAM) |
| afx_msg LRESULT | OnComboReturn (WPARAM, LPARAM) |
| afx_msg LRESULT | OnComboKeydown (WPARAM, LPARAM) |
| afx_msg LRESULT | OnComboLButtonUp (WPARAM, LPARAM) |
| virtual afx_msg BOOL | OnToolTipText (UINT id, NMHDR *pNMHDR, LRESULT *pResult) |
Protected Attributes |
| BOOL | m_bHeaderIsSubclassed |
| DWORD | m_dwExtendedStyleX |
| COLORREF | m_cr3DFace |
| COLORREF | m_cr3DHighLight |
| COLORREF | m_cr3DShadow |
| COLORREF | m_crBtnFace |
| COLORREF | m_crBtnShadow |
| COLORREF | m_crBtnText |
| COLORREF | m_crGrayText |
| COLORREF | m_crHighLight |
| COLORREF | m_crHighLightText |
| COLORREF | m_crWindow |
| COLORREF | m_crWindowText |
| BOOL | m_bComboIsClicked |
| int | m_nComboItem |
| int | m_nComboSubItem |
| CRect | m_rectComboButton |
| CRect | m_rectComboList |
| CXComboList * | m_pListBox |
| CFont | m_ListboxFont |
| BOOL | m_bFontIsCreated |
| CString | m_strInitialComboString |